org.eclipse.vtp.desktop.core.configuration.media
Class PropertyBindingItem

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.configuration.media.BindingItem
      extended by org.eclipse.vtp.desktop.core.configuration.media.PropertyBindingItem
All Implemented Interfaces:
java.lang.Cloneable

public class PropertyBindingItem
extends BindingItem


Constructor Summary
PropertyBindingItem()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBindingItem

public PropertyBindingItem()
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

clone

public java.lang.Object clone()
Specified by:
clone in class BindingItem